API Help
EPLAN API / API Reference / Actions / ExportProductionWiring
ExportProductionWiring
 Action export Production Wiring Data for machines  according to calling parameters
 

Parameter Description
MachineType
integer, mandatory:        1: Komax, 2: CadCabel, 3: Schleuniger,
                                                                                                        4: Steinhauer PWA, 5: Metzner, 6: WuS-TEC, 7: WireList, 8: Averex 
MachineName
string, mandatory: Name of Machine, which has to be defined in Settings
ProjectName
string, optional: if not set, the actual project ist exported. If set with project name (including complete path and extension), project is loaded (if needed) and activated
UseSelection
integer, optional: 0: don't care for user selection, != 0: use fields included in actual selection. Only used if ProjectName not set in parameters. Default: 0
TargetDirectory
string, optional: if set, content overrides export directory of settings
FileName
string, optional: if set, content overrides export Filename of settings.
Language
string, optional: Language code for export language. Default: de_DE
MultipleConnections
bool, otional: if true, reexport already exported wires. if false, export only those wires never exported before. Default: false.

Remarks

Example
ExportProductionWiring  /MACHINETYPE:5 /MACHINENAME:Metzner /TARGETDIRECTORY:D:\export /MultipleConnections:1  /UseSelection:0